home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / taz.swf / scripts / DefineSprite_123 / frame_2 / DoAction.as
Text File  |  2012-01-07  |  236b  |  15 lines

  1. if(eval("../:coconutsdown") >= "10")
  2. {
  3.    tellTarget("../taz")
  4.    {
  5.       gotoAndStop("End");
  6.       play();
  7.    }
  8.    tellTarget("../")
  9.    {
  10.       gotoAndStop("youlose");
  11.       play();
  12.    }
  13.    set("../:coconutsdown","0");
  14. }
  15.